PRISM
=====
Version: 4.5.dev
Date: Fri Feb 26 16:40:59 CET 2021
Hostname: christopher
Memory limits: cudd=4g, java(heap)=11g
Command line: prism -javamaxmem 11g -cuddmaxmem 4g -heuristic speed -e 1e-6 -maxiters 1000000 csma.2-2.prism csma.props --property time_min
Parsing model file "csma.2-2.prism"...
Type: MDP
Modules: bus station1 station2
Variables: b y1 y2 s1 x1 bc1 cd1 s2 x2 bc2 cd2
Parsing properties file "csma.props"...
5 properties:
(1) "all_before_max": Pmax=? [ !"collision_max_backoff" U "all_delivered" ]
(2) "all_before_min": Pmin=? [ !"collision_max_backoff" U "all_delivered" ]
(3) "some_before": Pmin=? [ F min_backoff_after_success<K ]
(4) "time_max": R{"time"}max=? [ F "all_delivered" ]
(5) "time_min": R{"time"}min=? [ F "all_delivered" ]
---------------------------------------------------------------------
Model checking: "time_min": R{"time"}min=? [ F "all_delivered" ]
Warning: Switching to sparse engine and (backwards) Gauss Seidel (default for heuristic=speed).
Building model...
Computing reachable states...
Reachability (BFS): 85 iterations in 0.02 seconds (average 0.000200, setup 0.00)
Time for model construction: 0.037 seconds.
Type: MDP
States: 1038 (1 initial)
Transitions: 1282
Choices: 1054
Transition matrix: 2120 nodes (4 terminal), 1282 minterms, vars: 30r/30c/9nd
Prob0A: 86 iterations in 0.02 seconds (average 0.000233, setup 0.00)
Prob1E: 87 iterations in 0.02 seconds (average 0.000195, setup 0.00)
Warning: PRISM hasn't checked for zero-reward loops.
Your minimum rewards may be too low...
goal = 3, inf = 0, maybe = 1035
Computing remaining rewards...
Engine: Sparse
Building sparse matrix (transitions)... [n=1038, nc=1051, nnz=1279, k=2] [23.1 KB]
Building sparse matrix (transition rewards)... [n=1038, nc=1051, nnz=841, k=2] [18.0 KB]
Creating vector for state rewards... [8.1 KB]
Creating vector for inf... [8.1 KB]
Allocating iteration vectors... [2 x 8.1 KB]
TOTAL: [73.6 KB]
Starting iterations...
Iterative method: 161 iterations in 0.00 seconds (average 0.000012, setup 0.00)
Value in the initial state: 66.99906733750048
Time for model checking: 0.043 seconds.
Result: 66.99906733750048 (value in the initial state)
Overall running time: 0.316 seconds.
---------------------------------------------------------------------
Note: There were 2 warnings during computation.